home *** CD-ROM | disk | FTP | other *** search
/ Power Bytes: Money & Finance / PowerBytes Money and Finance CD-ROM 01 / PowerBytes Money and Finance CD-ROM 01.iso / Utilities / RA / RA Samples / Macintalk.ra < prev    next >
Encoding:
Text File  |  1986-12-11  |  698 b   |  51 lines  |  [THED/THTH]

  1. |
  2. |  RA¬
  3. |  Macintalk interface example
  4. |
  5. |   ⌐ 1986 COM~LINK & S.Koren
  6. |
  7. #M;
  8. ╣              | open Macintalk driver
  9. áHello, and welcome to RAaá    
  10. ┘              | say string on stack
  11. áRAa lets you interface toá
  12. áMacintalk.  Note that youá
  13. ácan miss-spell words 2 make themá
  14. ámore pronounsable.á
  15. áU can also change the rate,á
  16. 70 ▒ ┘
  17. áas well as the pitch.á
  18. 200 ╔ ┘
  19. ╕              | close driver
  20. $
  21. &A
  22. "Hit any key: " ?ñ ╡ @`
  23. |
  24. |  RA title routine
  25. |
  26. &M
  27. #P,5,5;
  28. #G,10,10;
  29. #L,225,10;
  30. #L,225,105;
  31. #L,10,105;
  32. #L,10,10; 
  33. #O; #Q;`
  34.  
  35. &G 1% 2% Ñ0A893╝ª `
  36. &L 1% 2% Ñ0A891╝ª `
  37. &O
  38. 40 100 ╜
  39. "RA¬"
  40. 60 40 ╜ 
  41. "⌐ 1986/7 COM~LINK & S.Koren" 
  42. 80 60 ╜
  43. "All rights reserved." `
  44. &P 1% 2% Ñ0A89B╝ª `
  45.  
  46. &Q ?ñ @ ╡`
  47. $